[INFO] fetching crate nodety 0.2.0...
[INFO] fixing nodety-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate nodety 0.2.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate nodety 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate nodety 0.2.0
[INFO] tweaked toml for crates.io crate nodety 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nodety 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nodety 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unarray v0.1.4
[INFO] [stderr]   Downloaded tsify-macros v0.5.6
[INFO] [stderr]   Downloaded tsify v0.5.6
[INFO] [stderr]   Downloaded rand_xorshift v0.4.0
[INFO] [stderr]   Downloaded rusty-fork v0.3.1
[INFO] [stderr]   Downloaded schemars_derive v0.9.0
[INFO] [stderr]   Downloaded proptest v1.11.0
[INFO] [stderr]   Downloaded petgraph v0.8.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16
[INFO] running `Command { std: "docker" "start" "5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking nodety v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/subtyping_prop.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/parser_roundtrip_prop.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/graph_prop.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]   --> tests/parser_roundtrip_prop.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | proptest! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]  --> tests/subtyping_prop.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | proptest! {
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TypeExpr`, `demo_type::DemoType`, `scope::ScopePointer`, and `type_expr::ScopePortal`
[INFO] [stdout]  --> tests/subtyping_prop.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nodety::{TypeExpr, demo_type::DemoType, scope::ScopePointer, type_expr::ScopePortal};
[INFO] [stdout]   |              ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Arbitrary` in this scope
[INFO] [stdout]   --> tests/parser_roundtrip_prop.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl Arbitrary for SimpleType {
[INFO] [stdout]    |      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `BoxedStrategy` in this scope
[INFO] [stdout]   --> tests/parser_roundtrip_prop.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |     type Strategy = BoxedStrategy<SimpleType>;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nodety` (test "subtyping_prop") due to 2 previous errors; 1 warning emitted
[INFO] [stdout] warning: unused import: `str::FromStr`
[INFO] [stdout]   --> tests/parser_roundtrip_prop.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     str::FromStr,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]   --> tests/graph_prop.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | proptest! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Just` in this scope
[INFO] [stdout]   --> tests/parser_roundtrip_prop.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         Just(SimpleType::Atom).boxed()
[INFO] [stdout]    |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/normalization_prop.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nodety` (test "parser_roundtrip_prop") due to 5 previous errors; 1 warning emitted
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]   --> tests/graph_prop.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     proptest::collection::vec(any::<NodeSignature<DemoType>>(), 2..12)
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]   --> tests/graph_prop.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |             let edges_strategy = proptest::collection::vec((0..n, 0..n, 0..4usize, 0..4usize), 0..n * 2);
[INFO] [stdout]    |                                  ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]   --> tests/graph_prop.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn arb_graph_data() -> impl Strategy<Value = (Vec<NodeSignature<DemoType>>, Vec<(usize, usize, usize, usize)>)> {
[INFO] [stdout]    |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::common::graph`
[INFO] [stdout]  --> tests/graph_prop.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::common::graph;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `inference::InferenceConfig`
[INFO] [stdout]  --> tests/graph_prop.rs:2:58
[INFO] [stdout]   |
[INFO] [stdout] 2 | use nodety::{NodeSignature, Nodety, demo_type::DemoType, inference::InferenceConfig};
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]  --> tests/normalization_prop.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | proptest! {
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `TypeExpr`, `demo_type::DemoType`, `scope::ScopePointer`, and `type_expr::ScopePortal`
[INFO] [stdout]  --> tests/normalization_prop.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use nodety::{TypeExpr, demo_type::DemoType, scope::ScopePointer, type_expr::ScopePortal};
[INFO] [stdout]   |              ^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `any` in this scope
[INFO] [stdout]   --> tests/graph_prop.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 |     proptest::collection::vec(any::<NodeSignature<DemoType>>(), 2..12)
[INFO] [stdout]    |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Just` in this scope
[INFO] [stdout]   --> tests/graph_prop.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |             (Just(sigs), edges_strategy)
[INFO] [stdout]    |              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nodety` (test "graph_prop") due to 7 previous errors; 2 warnings emitted
[INFO] [stderr] error: could not compile `nodety` (test "normalization_prop") due to 2 previous errors; 1 warning emitted
[INFO] [stdout] error[E0277]: the trait bound `TypeExpr<MyTypeWithoutOperator>: serde::Serialize` is not satisfied
[INFO] [stdout]   --> tests/serde.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_serde(&expr);
[INFO] [stdout]    |     ------------ ^^^^^ the trait `Serialize` is not implemented for `TypeExpr<MyTypeWithoutOperator>`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Serialize)]` to your `TypeExpr<MyTypeWithoutOperator>` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `Serialize`:
[INFO] [stdout]              &'a T
[INFO] [stdout]              &'a mut T
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]            and 129 others
[INFO] [stdout] note: required by a bound in `assert_serde`
[INFO] [stdout]   --> tests/serde.rs:5:20
[INFO] [stdout]    |
[INFO] [stdout]  5 | fn assert_serde<T: Serialize + for<'de> Deserialize<'de>>(_val: &T) {}
[INFO] [stdout]    |                    ^^^^^^^^^ required by this bound in `assert_serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TypeExpr<MyTypeWithoutOperator>: serde::Deserialize<'de>` is not satisfied
[INFO] [stdout]   --> tests/serde.rs:21:18
[INFO] [stdout]    |
[INFO] [stdout] 21 |     assert_serde(&expr);
[INFO] [stdout]    |     ------------ ^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `TypeExpr<MyTypeWithoutOperator>`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `TypeExpr<MyTypeWithoutOperator>` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]              &'a Path
[INFO] [stdout]              &'a [u8]
[INFO] [stdout]              &'a str
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]            and 144 others
[INFO] [stdout] note: required by a bound in `assert_serde`
[INFO] [stdout]   --> tests/serde.rs:5:32
[INFO] [stdout]    |
[INFO] [stdout]  5 | fn assert_serde<T: Serialize + for<'de> Deserialize<'de>>(_val: &T) {}
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `assert_serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TypeExpr<MyTypeWithOperator>: serde::Serialize` is not satisfied
[INFO] [stdout]   --> tests/serde.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     assert_serde(&expr);
[INFO] [stdout]    |     ------------ ^^^^^ the trait `Serialize` is not implemented for `TypeExpr<MyTypeWithOperator>`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Serialize)]` to your `TypeExpr<MyTypeWithOperator>` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `Serialize`:
[INFO] [stdout]              &'a T
[INFO] [stdout]              &'a mut T
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]              (T0, T1, T2, T3, T4)
[INFO] [stdout]            and 129 others
[INFO] [stdout] note: required by a bound in `assert_serde`
[INFO] [stdout]   --> tests/serde.rs:5:20
[INFO] [stdout]    |
[INFO] [stdout]  5 | fn assert_serde<T: Serialize + for<'de> Deserialize<'de>>(_val: &T) {}
[INFO] [stdout]    |                    ^^^^^^^^^ required by this bound in `assert_serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `TypeExpr<MyTypeWithOperator>: serde::Deserialize<'de>` is not satisfied
[INFO] [stdout]   --> tests/serde.rs:47:18
[INFO] [stdout]    |
[INFO] [stdout] 47 |     assert_serde(&expr);
[INFO] [stdout]    |     ------------ ^^^^^ the trait `for<'de> Deserialize<'de>` is not implemented for `TypeExpr<MyTypeWithOperator>`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout]    = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `TypeExpr<MyTypeWithOperator>` type
[INFO] [stdout]    = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]    = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]              &'a Path
[INFO] [stdout]              &'a [u8]
[INFO] [stdout]              &'a str
[INFO] [stdout]              ()
[INFO] [stdout]              (T,)
[INFO] [stdout]              (T0, T1)
[INFO] [stdout]              (T0, T1, T2)
[INFO] [stdout]              (T0, T1, T2, T3)
[INFO] [stdout]            and 144 others
[INFO] [stdout] note: required by a bound in `assert_serde`
[INFO] [stdout]   --> tests/serde.rs:5:32
[INFO] [stdout]    |
[INFO] [stdout]  5 | fn assert_serde<T: Serialize + for<'de> Deserialize<'de>>(_val: &T) {}
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `assert_serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nodety` (test "serde") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16", kill_on_drop: false }`
[INFO] [stdout] 5a97cdb9d2bfcd934620c98db978620ee8d989914b2e8d05afcdd2adf28f7f16
